home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / drdtips.zip / 1907.TXT < prev    next >
Text File  |  1993-01-07  |  3KB  |  89 lines

  1.                                     FYI
  2.  
  3. (Note: The origin of this information may be internal or external
  4. to Novell.  Novell makes every effort within its means to verify
  5. this information.  However, the information provided in this
  6. document is FOR YOUR INFORMATION only.  Novell makes no explicit or
  7. implied claims to the validity of this information.)
  8.  
  9.           TITLE: Manual Installation of DR Multiuser DOS
  10.    DOCUMENT ID#: FYI-M-1907
  11.            DATE: 28DEC92
  12.         PRODUCT: DR MULTIUSER DOS
  13. PRODUCT VERSION: ALL
  14.      SUPERSEDES: 05JUN92
  15.  
  16.         SYMPTOM: User needs to manually install DR Multiuser DOS
  17.  
  18. SOLUTION
  19. Note: x: is considered to be the bootable drive.
  20.  
  21. Only DR Multiuser DOS on partition
  22.  
  23. 1.   Prepare the hard disk with FDISK, creating at least a 5MB
  24. active bootable partition. 
  25.  
  26. 2.   Format the bootable partition with a (FORMAT x: /s). This will
  27. require booting from the DR Multiuser DOS disk 1 and exiting to
  28. DOS. 
  29.  
  30. 3.   Make a directory on the bootable partition of \OSUTILS 
  31.      (MD \OSUTILS) and copy all the files from the root directories
  32. (COPY A:*.* x:\OSUTILS) of the installation disks into this
  33. directory.
  34.  
  35. 4.   Rename INSTALL.EXE in the \OSUTILS directory to SETUP.EXE. See
  36. section on "Creating Necessary Files."
  37.  
  38. Multiple Operating Systems on partition
  39.  
  40. Make sure the bootable partition on the hard disk has at least 5MB
  41. of available space. 
  42.  
  43. 1.   Make a directory on the bootable partition of \OSUTILS 
  44.      (MD \OSUTILS). 
  45.  
  46. 2.   Copy all the files from the root directories (COPY A:*.*
  47. x:\OSUTILS) of the installation disks into this directory. After
  48. copying all the files to the hard drive, rename INSTALL.EXE in the
  49. \OSUTILS directory to SETUP.EXE. 
  50.  
  51. 3.   Remove the attributes to IBMDOS.COM (ATTRIB -R IBMDOS.COM)
  52.  
  53. 4.   Copy IBMDOS.COM on the installation diskettes to DRMDOS.SYS on
  54. the bootable partition(COPY A:IBMDOS.COM x:\DRMDOS.SYS).
  55. 5.   Change the attributes of IBMDOS.COM (ATTRIB A:\IBMDOS.COM 
  56.      -RSH).
  57.  
  58. 6.   Copy LOADER.COM from the \OSUTILS directory on the hard drive
  59. to the ROOT directory (COPY \OSUTILS\LOADER.COM \LOADER.COM). 
  60.  
  61. 7.   Run LOADER.COM to initialize the drive for Multiple O/S
  62. booting. See section on "Creating Necessary Files."
  63.  
  64. Creating Necessary Files
  65.  
  66. Add the following lines to the beginning of the AUTOEXEC.BAT:
  67.  
  68. If "%OS%"=="DRMDOS" goto DRMDOS   ;     To determine the operating
  69. system.
  70. GOTO SKIP                         ;     Placed at the end of your
  71. existing O/S
  72.                                         commands.
  73. :DRMDOS                           ;     A label
  74. SET TEMP=x:\OSUTILS\TMP
  75. PATH x:\OSUTILS;
  76. APPEND x:\OSUTILS
  77. SUSPEND = OFF
  78. PROMPT %CONSOLE% $P$G
  79. EXIT
  80. :SKIP
  81.  
  82. These lines are necessary for Multiuser and will not be created by
  83. running SETUP. The original AUTOEXEC.BAT should continue after the
  84. label ":SKIP". After adding the necessary lines to the AUTOEXEC.BAT
  85. and rebooting run SETUP to configure your system parameters. It may
  86. be necessary to copy files from the subdirectories on the
  87. installation diskettes for drivers or batch files for specific
  88. applications.
  89.